17. Intro to Loaders, Part 1
Intro to Loaders Part One
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
As a hint, here are possible answer choices:
onLoaderReset()
onCreateLoader()
LoaderManager.LoaderCallbacks
LoaderManager
onLoadFinished()
getLoaderManager().initLoader(0, null, this);
For more info, check here: